projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69c774
)
(make_frame): Init menu_bar_items field to 0.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 03:43:07 +0000
(
03:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 03:43:07 +0000
(
03:43
+0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 98b6fb32f3edc4ce83b2c643188c031a3ffd2123..b8d335a50954d8e41093fbf693883c4500c5459b 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-166,6
+166,7
@@
make_frame (mini_p)
f->scroll_bars = Qnil;
f->condemned_scroll_bars = Qnil;
f->face_alist = Qnil;
+ f->menu_bar_items = Qnil;
root_window = make_window ();
if (mini_p)